-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zephyr: esp32c6: Add LP Core support #395
base: zephyr
Are you sure you want to change the base?
zephyr: esp32c6: Add LP Core support #395
Conversation
Add ULP component based on a2f420a36ecf8cd19b443adde1d75e5eaecc6309 Signed-off-by: Lucas Tamborrino <[email protected]>
Add files and changes to ULP component to support Zephyr's build. Add ULP component based on a2f420a36ecf8cd19b443adde1d75e5eaecc6309 Signed-off-by: Lucas Tamborrino <[email protected]>
Add LP Core support to esp32c6 Signed-off-by: Lucas Tamborrino <[email protected]>
set(CMAKE_ASM_COMPILER "esp32ulp-elf-as") | ||
set(CMAKE_OBJCOPY "esp32ulp-elf-objcopy") | ||
set(CMAKE_LINKER "esp32ulp-elf-ld") | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mone more NL
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
#include "sdkconfig.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we got rid of the sdkconfig.h
extern "C" { | ||
#endif | ||
|
||
#include "sdkconfig.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this as well
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
#include "sdkconfig.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dtto
Add LP Core support to esp32c6